home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bmouse10.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1992-06-07  |  509b  |  27 lines

  1. @echo off
  2. :start
  3. type demo.ans
  4. :loop
  5. batmouse 
  6. Rem * * * Check for EXIT being clicked on * * *
  7. if exist mcoordx.25 goto checky
  8. if exist mcoordx.26 goto checky
  9. if exist mcoordx.27 goto checky
  10. if exist mcoordx.29 goto checky
  11. rem * * * Check for DIR being clicked on * * *
  12. if exist mcoordx.48 goto dir
  13. if exist mcoordx.49 goto dir
  14. if exist mcoordx.50 goto dir
  15. goto loop
  16. :checky
  17. if exist mcoordy.20 goto exit
  18. goto loop
  19. :dir
  20. if not exist mcoordy.20 goto loop
  21. dir
  22. pause
  23. goto start
  24. :exit
  25.  
  26.  
  27.